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 449eab8 commit 00367ffCopy full SHA for 00367ff
addon/runmode/runmode.node.js
@@ -7,7 +7,7 @@ function splitLines(string){return string.split(/\r\n?|\n/);};
7
8
// Counts the column offset in a string, taking tabs into account.
9
// Used mostly to find indentation.
10
-var countColumn = function(string, end, tabSize, startIndex, startValue) {
+var countColumn = exports.countColumn = function(string, end, tabSize, startIndex, startValue) {
11
if (end == null) {
12
end = string.search(/[^\s\u00a0]/);
13
if (end == -1) end = string.length;
0 commit comments