Skip to content

Commit

Permalink
fix: remove slash from warning text
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Feb 7, 2019
1 parent 995911d commit e84af4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export function forceExit(cmdName, timeout) {
if (timeout) {
const exitTimeout = setTimeout(() => {
const msg = `The command 'nuxt ${cmdName}' finished but did not exit after ${timeout}s
This is most likely not caused by a bug in Nuxt.js\
This is most likely not caused by a bug in Nuxt.js
Make sure to cleanup all timers and listeners you or your plugins/modules start.
Nuxt.js will now force exit
Expand Down

0 comments on commit e84af4b

Please sign in to comment.