mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 09:05:41 +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…
x
Reference in New Issue
Block a user