We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf57be2 commit a667b13Copy full SHA for a667b13
scripts/build-webpack.sh
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env bash
+#!/bin/bash
2
## Build Script
3
echo 'Initiating webpack build sequence.'
4
src/html5-qrcode.ts
@@ -363,7 +363,7 @@ export class Html5Qrcode {
363
): Promise<null> {
364
365
// Code will be consumed as javascript.
366
- if (!cameraIdOrConfig) {
+ if (!cameraIdOrConfig) {
367
throw "cameraIdOrConfig is required";
368
}
369
0 commit comments