diff options
author | Marvin Borner | 2018-11-07 18:02:36 +0100 |
---|---|---|
committer | Marvin Borner | 2018-11-07 18:02:36 +0100 |
commit | 824a2d9f587ca017fc71b84d835e72f54f9c87c4 (patch) | |
tree | 765267ea4686f752aad1f69930cfee5680cc494a /node_modules/locutus/_util/cli.js.map | |
parent | fe75612e86b493a4e66c4e104e22658679cc014f (diff) |
Began rewrite
Diffstat (limited to 'node_modules/locutus/_util/cli.js.map')
-rw-r--r-- | node_modules/locutus/_util/cli.js.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/locutus/_util/cli.js.map b/node_modules/locutus/_util/cli.js.map new file mode 100644 index 0000000..8875f62 --- /dev/null +++ b/node_modules/locutus/_util/cli.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/_util/cli.js"],"names":["Util","require","util","process","argv","err","Error","console","log"],"mappings":";;AAEA,IAAIA,OAAOC,QAAQ,QAAR,CAAX;;AAEA,IAAIC,OAAO,IAAIF,IAAJ,CAASG,QAAQC,IAAjB,CAAX;;AAEAF,KAAKC,QAAQC,IAAR,CAAa,CAAb,CAAL,EAAsB,UAAUC,GAAV,EAAe;AACnC,MAAIA,GAAJ,EAAS;AACP,UAAM,IAAIC,KAAJ,CAAUD,GAAV,CAAN;AACD;AACDE,UAAQC,GAAR,CAAY,MAAZ;AACD,CALD","file":"cli.js","sourcesContent":["\n\nvar Util = require('./util')\n\nvar util = new Util(process.argv)\n\nutil[process.argv[2]](function (err) {\n if (err) {\n throw new Error(err)\n }\n console.log('Done')\n})\n"]}
\ No newline at end of file |