We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e50d4 commit 8f3e693Copy full SHA for 8f3e693
lib/misc/file.js
@@ -75,7 +75,7 @@ aeq.extend({
75
aeq.file.ensureFolderExists(file.path);
76
}
77
78
- if (!aeq.isNullOrUndefined(options.encoding) && File.isEncodingAvailable(encoding)) {
+ if (!aeq.isNullOrUndefined(options.encoding) && File.isEncodingAvailable(options.encoding)) {
79
file.encoding = options.encoding;
80
81
0 commit comments