@intuned/runtime-dev 1.0.6-cli.8.1.8 ā 1.0.6-cli.8.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -138,7 +138,6 @@ async function convertProjectToCodeTree(projectPath) {
|
|
|
138
138
|
} catch (error) {
|
|
139
139
|
console.log(_chalk.default.yellow(`Warning: Could not read directory ${dirPath}`));
|
|
140
140
|
}
|
|
141
|
-
console.log(tree, "TEST");
|
|
142
141
|
return tree;
|
|
143
142
|
}
|
|
144
143
|
console.log(_chalk.default.cyan("\nš¦ Building project..."));
|