Skip to content

Commit 01f7a69

Browse files
Update servicesTools.js
<line 404> You define a const, but you modify it on <line 406>
1 parent 7875946 commit 01f7a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/servicesTools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ module.exports = {
401401
volume[0] === '/'
402402
) {
403403
const stdVolume = standardizeVolumeStr(volume, cwd);
404-
const aux = stdVolume;
404+
let aux = stdVolume;
405405
if (type == 'ro') {
406406
aux += ':ro';
407407
}

0 commit comments

Comments
 (0)