Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Errors not printed in CI environment #632

Open
bhollis opened this issue May 2, 2019 · 0 comments
Open

Errors not printed in CI environment #632

bhollis opened this issue May 2, 2019 · 0 comments

Comments

@bhollis
Copy link

bhollis commented May 2, 2019

I have an issue where awesome-typescript-loader will not print out the TS errors when running in Travis CI: https://travis-ci.org/DestinyItemManager/DIM/builds/526111148?utm_source=github_status&utm_medium=notification

Instead, it prints:

Error: Tap function (tapPromise) did not return promise (returned undefined)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (/home/travis/build/DestinyItemManager/DIM/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:46:9)
    at AsyncSeriesHook.lazyCompileHook (/home/travis/build/DestinyItemManager/DIM/node_modules/tapable/lib/Hook.js:154:20)
    at onCompiled (/home/travis/build/DestinyItemManager/DIM/node_modules/webpack/lib/Compiler.js:234:21)
    at hooks.afterCompile.callAsync.err (/home/travis/build/DestinyItemManager/DIM/node_modules/webpack/lib/Compiler.js:631:15)
    at _err0 (eval at create (/home/travis/build/DestinyItemManager/DIM/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:11:1)
    at /home/travis/build/DestinyItemManager/DIM/node_modules/awesome-typescript-loader/src/instance.ts:523:16

Weirdly I haven't been able to repro this locally.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant