Skip to content

Commit

Permalink
Update user baselines +cc @sandersn
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Jan 16, 2021
1 parent d1e1e9d commit 0a78286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/baselines/reference/docker/vue-next.log
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ Error: /vue-next/packages/reactivity/src/baseHandlers.ts(192,3): semantic error
/vue-next/node_modules/brotli/build/encode.js:3
1<process.argv.length?process.argv[1].replace(/\\/g,"/"):"unknown-program");b.arguments=process.argv.slice(2);"undefined"!==typeof module&&(module.exports=b);process.on("uncaughtException",function(a){if(!(a instanceof y))throw a;});b.inspect=function(){return"[Emscripten Module object]"}}else if(x)b.print||(b.print=print),"undefined"!=typeof printErr&&(b.printErr=printErr),b.read="undefined"!=typeof read?read:function(){throw"no read() available (jsc?)";},b.readBinary=function(a){if("function"===
^
Error: Command failed with exit code 1: rollup -c --environment COMMIT:3ea85c1,NODE_ENV:production,TARGET:reactivity,TYPES:true
Error: Command failed with exit code 1: rollup -c --environment COMMIT:fd16f2b,NODE_ENV:production,TARGET:reactivity,TYPES:true
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
at processTicksAndRejections (node:internal/process/task_queues:93:5)
at async build (/vue-next/scripts/build.js:91:3) {
shortMessage: 'Command failed with exit code 1: rollup -c --environment COMMIT:3ea85c1,NODE_ENV:production,TARGET:reactivity,TYPES:true',
command: 'rollup -c --environment COMMIT:3ea85c1,NODE_ENV:production,TARGET:reactivity,TYPES:true',
shortMessage: 'Command failed with exit code 1: rollup -c --environment COMMIT:fd16f2b,NODE_ENV:production,TARGET:reactivity,TYPES:true',
command: 'rollup -c --environment COMMIT:fd16f2b,NODE_ENV:production,TARGET:reactivity,TYPES:true',
exitCode: 1,
signal: undefined,
signalDescription: undefined,
Expand Down

0 comments on commit 0a78286

Please sign in to comment.