Skip to content

Commit 43838a4

Browse files
committed
print processing lang: ...
1 parent 1a991ac commit 43838a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/js/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ var Builder = function() {
255255
};
256256

257257
this.process = function(options) {
258+
console.log("Processing Lang: " + options.lang);
258259
options.lessons = options.lessons || ("webgl/lessons/" + options.lang);
259260
options.toc = options.toc || ("webgl/lessons/" + options.lang + "/toc.html");
260261
options.template = options.template || "build/templates/lesson.template";

0 commit comments

Comments
 (0)