mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 10:14:52 -06: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