Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
fix broken variable reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
bleskes committed Sep 18, 2015
1 parent 07d0f11 commit 62668ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/webpackShims/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ define([
value = "# " + req.method + " " + req.url + "\n" + value;
}
if (isFirstRequest) {
output.update(value, mimetype);
output.update(value, mode);
}
else {
output.append("\n" + value);
Expand Down

0 comments on commit 62668ba

Please sign in to comment.