Quick actions

cmd+k|ctrl+k

Navigation

Languages

Untitled

Snippet info

Language

Nim

Visibility

unlisted

Author

legacy-anonymous

Created

2019-06-03T14:24:27Z

Updated

2019-06-03T14:24:27Z

    except OSError:
        let msg = getCurrentExceptionMsg()
        let errorCode = osLastError()

        if errorCode == cast[OSErrorCode](183):
            echo "Skip"
INFO