Skip to content

Commit 72e5606

Browse files
committed
Address comments
1 parent 8330f4a commit 72e5606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function detectUbuntuCodename() {
2727
const osRelease = fs.readFileSync('/etc/os-release', 'utf8');
2828
const match = osRelease.match(/^VERSION_CODENAME=(.*)$/m);
2929
return match ? match[1].trim() : null;
30-
} catch (e) {
30+
} catch {
3131
return null;
3232
}
3333
}

0 commit comments

Comments
 (0)