mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
chore: made getBoilerplate return a promise
This commit is contained in:
@@ -326,7 +326,7 @@ WebAppInternals.registerBoilerplateDataCallback = function(key, callback) {
|
||||
// scripts are currently allowed.
|
||||
// XXX so far this function is always called with arch === 'web.browser'
|
||||
function getBoilerplate(request, arch) {
|
||||
return getBoilerplateAsync(request, arch).await();
|
||||
return getBoilerplateAsync(request, arch);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user