Revert "awip: dded and await in profile"

This reverts commit 8793910da8.
This commit is contained in:
Gabriel Grubba
2023-02-15 11:57:29 -03:00
parent 732f292cc4
commit 36fb27162c

View File

@@ -3256,7 +3256,7 @@ async function bundle({
var packageSource = new PackageSource();
packageSource.initFromAppDir(projectContext, exports.ignoreFiles);
var makeClientTarget = await Profile(
var makeClientTarget = Profile(
"bundler.bundle..makeClientTarget", async function (app, webArch, options) {
var client = new ClientTarget({
bundlerCacheDir,
@@ -3280,7 +3280,7 @@ async function bundle({
return client;
});
var makeServerTarget = await Profile(
var makeServerTarget = Profile(
"bundler.bundle..makeServerTarget", async function (app, clientArchs) {
const server = new ServerTarget({
bundlerCacheDir,