mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 13:52:50 +08:00
You miss one little return
statement and @nlalonde crashes the composer :)
This commit is contained in:
parent
a1a89d01c4
commit
e25cf580d6
|
@ -73,6 +73,7 @@
|
|||
return [match[0].length, contents];
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
// Simple find and replace from our array
|
||||
|
|
Loading…
Reference in New Issue
Block a user