Skip to content

Commit 3c78d90

Browse files
author
Guillaume Chau
committed
fix: terminated from warn to info
1 parent c6f2eea commit 3c78d90

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-ui/src/graphql-api/connectors

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui/src/graphql-api/connectors/tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ async function run (id, context) {
309309
}, context)
310310
logs.add({
311311
message: `Task ${task.id} was terminated`,
312-
type: 'warn'
312+
type: 'info'
313313
}, context)
314314
} else if (code !== 0) {
315315
updateOne({

0 commit comments

Comments
 (0)