Skip to content

Commit 9ffd943

Browse files
Update user baselines
1 parent 6b2bbf0 commit 9ffd943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/baselines/reference/docker/vue-next.log

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ Error: /vue-next/packages/compiler-sfc/src/parse.ts(179,14): semantic error TS27
7272
at Function.forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9368:14)
7373
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
7474
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:242:5)
75-
(node:20) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: rollup -c --environment COMMIT:bc6f252,NODE_ENV:production,TARGET:compiler-sfc,TYPES:true
75+
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: rollup -c --environment COMMIT:bc6f252,NODE_ENV:production,TARGET:compiler-sfc,TYPES:true
7676
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
7777
at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
7878
at processTicksAndRejections (internal/process/task_queues.js:93:5)
7979
at async build (/vue-next/scripts/build.js:75:3)
8080
at async buildAll (/vue-next/scripts/build.js:54:5)
8181
at async run (/vue-next/scripts/build.js:44:5)
8282
(Use `node --trace-warnings ...` to show where the warning was created)
83-
(node:20) 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
84-
(node:20) [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.
83+
(node:17) 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
84+
(node:17) [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.

0 commit comments

Comments
 (0)