mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
You miss one little return
statement and @nlalonde crashes the composer :)
This commit is contained in:
parent
a1a89d01c4
commit
e25cf580d6
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@
|
|||
return [match[0].length, contents];
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
// Simple find and replace from our array
|
||||
|
|
Loading…
Reference in a new issue