Currently an empty string argument becomes an empty string, and is thus ignored by the shell: ```console $ node -e "let esc = require('shell-escape'); console.log('|' + esc(['']) + '|')" || ``` Instead an empty string should become as `''` I think.
Currently an empty string argument becomes an empty string, and is thus ignored by the shell:
Instead an empty string should become as
''I think.