diff --git a/zundler/assets/inject.js b/zundler/assets/inject.js index 2d3c48e..6594869 100644 --- a/zundler/assets/inject.js +++ b/zundler/assets/inject.js @@ -144,7 +144,7 @@ var retrieve_file = function(path) { var file_tree = window.global_context.file_tree; var file = file_tree[path]; if (!file) { - console.log("File not found: " + path); + console.warn("File not found: " + path); return ""; } else { return file.data;