Commit b2ce0f6f by Adeel

Importer: Sleep() before second locks.

parent 670cc898
......@@ -78,6 +78,7 @@ struct Sass_Import** sass_importer(const char* file, void* cookie)
// Reassurances
//uv_mutex_lock(ctx_w->mutex);
//uv_mutex_unlock(ctx_w->mutex);
Sleep(5);
ctx_w->importer_mutex->lock();
ctx_w->importer_mutex->unlock();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment