mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
fix typo
This commit is contained in:
parent
7e8971cc39
commit
ff9007606b
|
@ -74,7 +74,7 @@ if (path.existsSync('test/extensions')) {
|
|||
// Make sure extension exists
|
||||
var src = 'src/extensions/' + ext + '.js';
|
||||
if (!path.existsSync(src)) {
|
||||
throw "Attempting tests for '" + ext + "' but sourc file (" + src + ") was not found.";
|
||||
throw "Attempting tests for '" + ext + "' but source file (" + src + ") was not found.";
|
||||
}
|
||||
|
||||
var converter = new showdown.converter({ extensions: [ ext ] });
|
||||
|
@ -83,4 +83,4 @@ if (path.existsSync('test/extensions')) {
|
|||
});
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user