aboutsummaryrefslogtreecommitdiffstats
path: root/pluginManager.js
diff options
context:
space:
mode:
Diffstat (limited to 'pluginManager.js')
-rw-r--r--pluginManager.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluginManager.js b/pluginManager.js
index 26442a3..79fe551 100644
--- a/pluginManager.js
+++ b/pluginManager.js
@@ -359,7 +359,7 @@ Plugin.prototype = { // {{{
file.write(source);
} catch (e){
liberator.log('Could not write to ' + file.path + ': ' + e.message);
- return 'E190: Cannot open ' + file.path.quote() + ' for writing';
+ return 'E190: Cannot open ' + JSON.stringify(file.path) + ' for writing';
}
try {