Skip to content

Commit a667b13

Browse files
committed
undo unrelated changes
1 parent bf57be2 commit a667b13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build-webpack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
## Build Script
33
echo 'Initiating webpack build sequence.'
44

src/html5-qrcode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ export class Html5Qrcode {
363363
): Promise<null> {
364364

365365
// Code will be consumed as javascript.
366-
if (!cameraIdOrConfig) {
366+
if (!cameraIdOrConfig) {
367367
throw "cameraIdOrConfig is required";
368368
}
369369

0 commit comments

Comments
 (0)