Skip to content

Instantly share code, notes, and snippets.

@michaelsbradleyjr
Created March 30, 2019 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelsbradleyjr/11fe8f4978be39de3b8f79fe0208de11 to your computer and use it in GitHub Desktop.
Save michaelsbradleyjr/11fe8f4978be39de3b8f79fe0208de11 to your computer and use it in GitHub Desktop.
test error output
embark-dapp-test-contracts: (node:3228) UnhandledPromiseRejectionWarning: Error: async.auto task `AnotherStorage` has a non-existent dependency `SimpleStorage` in SimpleStorage
embark-dapp-test-contracts:     at D:\a\1\s\node_modules\async\dist\async.js:1553:23
embark-dapp-test-contracts:     at arrayEach (D:\a\1\s\node_modules\async\dist\async.js:1299:9)
embark-dapp-test-contracts:     at D:\a\1\s\node_modules\async\dist\async.js:1551:9
embark-dapp-test-contracts:     at D:\a\1\s\node_modules\async\dist\async.js:1322:11
embark-dapp-test-contracts:     at baseForOwn (D:\a\1\s\node_modules\async\dist\async.js:1352:20)
embark-dapp-test-contracts:     at Object.auto (D:\a\1\s\node_modules\async\dist\async.js:1534:5)
embark-dapp-test-contracts:     at auto (D:\a\1\s\packages\embark\src\lib\modules\deployment\index.js:95:19)
embark-dapp-test-contracts:     at nextTask (D:\a\1\s\node_modules\async\dist\async.js:5324:14)
embark-dapp-test-contracts:     at next (D:\a\1\s\node_modules\async\dist\async.js:5331:9)
embark-dapp-test-contracts:     at D:\a\1\s\node_modules\async\dist\async.js:969:16
embark-dapp-test-contracts:     at next (D:\a\1\s\packages\embark\src\lib\modules\deployment\index.js:61:15)
embark-dapp-test-contracts:     at D:\a\1\s\node_modules\async\dist\async.js:473:16
embark-dapp-test-contracts:     at D:\a\1\s\node_modules\async\dist\async.js:2521:9
embark-dapp-test-contracts:     at D:\a\1\s\node_modules\async\dist\async.js:473:16
embark-dapp-test-contracts:     at replenish (D:\a\1\s\node_modules\async\dist\async.js:1006:25)
embark-dapp-test-contracts:     at iterateeCallback (D:\a\1\s\node_modules\async\dist\async.js:995:17)
embark-dapp-test-contracts:     at D:\a\1\s\node_modules\async\dist\async.js:969:16
embark-dapp-test-contracts:     at D:\a\1\s\node_modules\async\dist\async.js:2518:13
embark-dapp-test-contracts:     at nextEach (D:\a\1\s\packages\embark\src\lib\core\plugins.js:167:9)
embark-dapp-test-contracts:     at cb (D:\a\1\s\packages\embark\src\lib\modules\ens\index.js:167:18)
embark-dapp-test-contracts:     at process._tickCallback (internal/process/next_tick.js:68:7)
embark-dapp-test-contracts: (node:3228) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
embark-dapp-test-contracts: (node:3228) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment