File tree 10 files changed +10
-10
lines changed
10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ importCsvFile(dataFilePath) // Load the example data from the CSV file.
42
42
} , 1000 ) ;
43
43
} )
44
44
. catch ( err => {
45
- console . error ( "An error occured ." ) ;
45
+ console . error ( "An error occurred ." ) ;
46
46
console . error ( err ) ;
47
47
} ) ;
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function startWebServer (db) { // Helper function to start our web server to hos
33
33
res . json ( data ) ; // Send the data to the web app.
34
34
} )
35
35
. catch ( err => {
36
- console . error ( "An error occured ." ) ;
36
+ console . error ( "An error occurred ." ) ;
37
37
console . error ( err ) ;
38
38
39
39
res . sendStatus ( 500 ) ; // Tell the web app that something went wrong.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ importCsvFile(dataFilePath) // Load the example data from the CSV file.
35
35
} , 1000 ) ;
36
36
} )
37
37
. catch ( err => {
38
- console . error ( "An error occured ." ) ;
38
+ console . error ( "An error occurred ." ) ;
39
39
console . error ( err ) ;
40
40
} ) ;
41
41
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ importCsvFile(dataFilePath) // Load the example data from the CSV file.
42
42
} , 1000 ) ;
43
43
} )
44
44
. catch ( err => {
45
- console . error ( "An error occured ." ) ;
45
+ console . error ( "An error occurred ." ) ;
46
46
console . error ( err ) ;
47
47
} ) ;
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ importCsvFile(dataFilePath) // Load the example data from the CSV file.
42
42
} , 1000 ) ;
43
43
} )
44
44
. catch ( err => {
45
- console . error ( "An error occured ." ) ;
45
+ console . error ( "An error occurred ." ) ;
46
46
console . error ( err ) ;
47
47
} ) ;
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ importCsvFile(dataFilePath) // Load the example data from the CSV file.
42
42
} , 1000 ) ;
43
43
} )
44
44
. catch ( err => {
45
- console . error ( "An error occured ." ) ;
45
+ console . error ( "An error occurred ." ) ;
46
46
console . error ( err ) ;
47
47
} ) ;
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ importCsvFile(dataFilePath) // Load the example data from the CSV file.
42
42
} , 1000 ) ;
43
43
} )
44
44
. catch ( err => {
45
- console . error ( "An error occured ." ) ;
45
+ console . error ( "An error occurred ." ) ;
46
46
console . error ( err ) ;
47
47
} ) ;
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ importCsvFile(dataFilePath) // Load the example data from the CSV file.
42
42
} , 1000 ) ;
43
43
} )
44
44
. catch ( err => {
45
- console . error ( "An error occured ." ) ;
45
+ console . error ( "An error occurred ." ) ;
46
46
console . error ( err ) ;
47
47
} ) ;
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ importCsvFile(dataFilePath) // Load the example data from the CSV file.
42
42
} , 1000 ) ;
43
43
} )
44
44
. catch ( err => {
45
- console . error ( "An error occured ." ) ;
45
+ console . error ( "An error occurred ." ) ;
46
46
console . error ( err ) ;
47
47
} ) ;
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function startWebServer (db) { // Helper function to start our web server to hos
33
33
res . json ( data ) ; // Send the data to the web app.
34
34
} )
35
35
. catch ( err => {
36
- console . error ( "An error occured ." ) ;
36
+ console . error ( "An error occurred ." ) ;
37
37
console . error ( err ) ;
38
38
39
39
res . sendStatus ( 500 ) ; // Tell the web app that something went wrong.
You can’t perform that action at this time.
0 commit comments