bugfix/typo inetChecksite()

This commit is contained in:
Sebastian Hildebrandt
2017-09-21 11:45:17 +02:00
parent d1bd49a818
commit c1aee55c8c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ function inetChecksite(url, callback) {
if (callback) { callback(result) }
resolve(result);
});
} catch (err) {s
} catch (err) {
if (callback) { callback(result) }
resolve(result);
}