一、善生原因:
$dir 插件中(codeManager.js)对应的方法 quoteFileName 加上了双引号;
二、解决方案:
修改quoteFileName,
修改成:
quoteFileName(fileName) { return fileName '; }
三、补充: