Skip to content

Commit 663bbd7

Browse files
authored
fix: fix usage of cmd-shim (#6137)
1 parent b9cce99 commit 663bbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/lib/util/linkBin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
const fs = require('fs-extra')
55
const path = require('path')
6-
const cmdShim = require('util').promisify(require('cmd-shim'))
6+
const cmdShim = require('cmd-shim')
77

88
exports.linkBin = async (src, dest) => {
99
if (!process.env.VUE_CLI_TEST && !process.env.VUE_CLI_DEBUG) {

0 commit comments

Comments
 (0)