diff options
author | dvs1 | 2024-10-22 17:03:41 +1000 |
---|---|---|
committer | dvs1 | 2024-10-22 17:03:41 +1000 |
commit | d0c90692ab3438b332f6da1e485617f9de9a7412 (patch) | |
tree | 18b924affc7016eee5078ea161fc71d1bcffd033 /test_.lua | |
parent | Make the user command STOP, so stop is for SysV. (diff) | |
download | JackOnAllDevices-d0c90692ab3438b332f6da1e485617f9de9a7412.zip JackOnAllDevices-d0c90692ab3438b332f6da1e485617f9de9a7412.tar.gz JackOnAllDevices-d0c90692ab3438b332f6da1e485617f9de9a7412.tar.bz2 JackOnAllDevices-d0c90692ab3438b332f6da1e485617f9de9a7412.tar.xz |
Rearrange those logging globals and a few other things in _.
Diffstat (limited to '')
-rwxr-xr-x | test_.lua | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -2,13 +2,6 @@ | |||
2 | 2 | ||
3 | 3 | ||
4 | local _ = require '_' | 4 | local _ = require '_' |
5 | local D = _.D | ||
6 | local I = _.I | ||
7 | local T = _.T | ||
8 | local W = _.W | ||
9 | local E = _.E | ||
10 | local C = _.C | ||
11 | local __ = _._ | ||
12 | 5 | ||
13 | 6 | ||
14 | D('Starting from the top.') | 7 | D('Starting from the top.') |
@@ -114,5 +107,9 @@ print(__'exit 42':log():show():Do().status) | |||
114 | print(__'return 42':log():show():Do().status) | 107 | print(__'return 42':log():show():Do().status) |
115 | print(__'command NoSuchCommand':log():show():Do().status) | 108 | print(__'command NoSuchCommand':log():show():Do().status) |
116 | 109 | ||
117 | __'qpdfview':forkOnce() | 110 | --__'qpdfview':forkOnce() |
118 | __'qpdfview':forkOnce() | 111 | --__'qpdfview':forkOnce() |
112 | |||
113 | |||
114 | D('debug?') | ||
115 | I('info?') \ No newline at end of file | ||