mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	localfilesystem tests failing on Windows
This commit is contained in:
		| @@ -138,8 +138,8 @@ var localfilesystem = { | ||||
|  | ||||
|         if (settings.flowFile) { | ||||
|             flowsFile = settings.flowFile; | ||||
|  | ||||
|             if (flowsFile[0] == "/") { | ||||
|             // handle Unix and Windows "C:\" | ||||
|             if ((flowsFile[0] == "/") || (flowsFile[1] == ":")) { | ||||
|                 // Absolute path | ||||
|                 flowsFullPath = flowsFile; | ||||
|             } else if (flowsFile.substring(0,2) === "./") { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user