Skip to content
Snippets Groups Projects
Commit 68287605 authored by deuce's avatar deuce
Browse files

Typo in lasty...

parent 71463a95
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ function lock_flow(file, csy)
{
var ret = {
bsy:new File(file.replace(/\.[^\.]*?$/, '.bsy')),
csy:new File(file.replace(/\.[^\.]**?$/, '.csy'))
csy:new File(file.replace(/\.[^\.]*?$/, '.csy'))
};
// Takes ownership of a lockfile if it's more than six hours old.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment