Created
January 22, 2020 03:55
-
-
Save thehonker/f4c1d979430c1e57415f0b6246a7cf62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| start: (argv, startupConfig) => { | |
| log.debug('argv:', argv); | |
| _throw(argv); | |
| // other crap | |
| } | |
| ╭─epers@eevee-dev ~/eevee ‹master*› | |
| ╰─➤ eevee start baz 1 ↵ | |
| 21 22:53:09.618 > eevee.js:21 Object.debug (as debug): (5): argv: | |
| 21 22:53:09.619 > eevee.js:25 Object.error (as error): [Object] (1): { | |
| _ [Array] (2): [ | |
| 0 (5): start | |
| 1 (3): baz | |
| ] | |
| } | |
| /home/epers/eevee/eevee.js:33 | |
| throw new Error(err); | |
| ^ | |
| Error: [object Object] | |
| at _throw (/home/epers/eevee/eevee.js:33:9) | |
| at Object.start (/home/epers/eevee/eevee.js:79:5) | |
| at /home/epers/eevee/eevee.js:192:50 | |
| at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:61:3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment