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 b356745 commit ca3c5f9Copy full SHA for ca3c5f9
export-server/server.js
@@ -64,7 +64,7 @@ function localPath(absolutePath) {
64
// The following line basically replaces ALL occurrences of backward slash
65
// with forward slash and all space characters with the URL-encoded version
66
// for that (%20). We cannot simply do a String.replace(), because that
67
- // only replaces the first occurence.
+ // only replaces the first occurrence.
68
return '/' + absolutePath.split(path.sep).join('/').split(' ').join('%20');
69
} else {
70
return absolutePath;
0 commit comments