mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-27 21:18:08 +02:00
If you `require(['string'], function (stringLib) { S = stringLib; })` it is an async call and thus you need to ensure any usage of `S` happens when this is resolved.