Fix multiple time_ms definition

This commit is contained in:
lachtan
2023-02-28 09:42:31 +01:00
parent 4382f72b7c
commit 7cd2ac70cb

View File

@@ -1,6 +1,8 @@
# Linux Workspace Functions
readonly time_ms='date +%s%3N'
if [ -z "$time_ms" ]; then
readonly time_ms='date +%s%3N'
fi
function xlog() {
if true_false "$LWS_DEBUG"; then