mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
space added
This commit is contained in:
parent
17c38b1ec5
commit
95d7a826f0
@ -1547,7 +1547,7 @@ $tw.getLibraryItemSearchPaths = function(libraryPath,envVar) {
|
||||
env = process.env[envVar],
|
||||
paths = [];
|
||||
if(env) {
|
||||
env.split(path.delimiter).map(function(item){
|
||||
env.split(path.delimiter).map(function(item) {
|
||||
if(item) {
|
||||
paths.push(item)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user