diff --git a/index.js b/index.js index fd17cd2..44a43c8 100644 --- a/index.js +++ b/index.js @@ -2581,6 +2581,8 @@ function startChrome(callback) { ]); callback(chrome); }); + } else { + console.log('Not a rpi'); } }